notebook: Make reordering safe for tab disappearance
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Jan 2015 04:48:06 +0000 (23:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Jan 2015 14:39:26 +0000 (09:39 -0500)
commit3a05d9b5a0dde696fe6fb68fd2ae3bffbc36b20c
treef9e18bc665506faeb6187a0e749b75783931209a
parentc160ba0696dc5ffaece04941cf24344bf76bab65
notebook: Make reordering safe for tab disappearance

If the dragged tab is removed during reordering, we need to
call gtk_notebook_stop_reorder(), to clean up and bring the
remaining tabs back in order.
gtk/gtknotebook.c